| This file is used to hold options that control parts of StrongED.
| You can also add commands that are excuted on start up.
|  StrongED developers

| StrongED configuration
| You can set the variables below to alter StrongED's behaviour
| Do not add anything to this section, add to the user specific section below

| Set a path to find CC's !SpellMod, which StrongED needs to do spell checking
| See the 'Spell checking' section of the manual to find out more.

|SetMacro StrongED_SpellMod$Path StrongED_Read:Tools., <Impression$Dir>.RMStore., <ImpressionPublisher$Resources>.RMStore., <ImpressionStyle$Resources>.RMStore., System:!CCShared.RMStore., <CCShared$Dir>.RMStore.

SetMacro StrongED_SpellMod$Path StrongED_Read:Tools., Impression:.^.RMStore., Junior:.^.RMStore., System:!CCShared.RMStore., <CCShared$Dir>.RMStore.

| User dictionaries will be loaded from and saved to the variable below.
| If it isn't set, !StrED_cfg.UserPrefs.UserDicts is assumed.
| See the 'Spell checking' section of the manual to find out more.
|
|Set StrongED_UserDict$Dir <ImpressionPublisher$Dir>.Auto

| StrongED uses the ResFind program from the German Archimedes Group to decide
| which set of resources to use (UK or Germany). You can force it to use one
| or the other by setting the variable below
|
|Set StrongED$Language Germany

| This variable can be used on big-memory machines to prevent StrongED from
| claiming too much of the address space for its dynamic area. It's in MB's
|
|Set StrongED$MaxArea 32


| User specific initialisation
| Here you can add commands to perform any additional initialisation

